home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15045 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.nic.utwente.nl!news
  2. From: Wessel de Roode <wessel@mat075207.student.utwente.nl>
  3. Newsgroups: comp.lang.c,sci.math
  4. Subject: REQ:Gaussian Elimination & pivoting routine in C ??
  5. Date: Tue, 16 Apr 1996 23:40:29 +0200
  6. Organization: Villa Amicorum
  7. Message-ID: <317413CD.41C6@mat075207.student.utwente.nl>
  8. NNTP-Posting-Host: mat075207.student.utwente.nl
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.01S (X11; I; IRIX 5.3 IP12)
  13.  
  14. Hi,
  15.  
  16. I've been looking on several places but I can't find it :-(
  17.  
  18. I need to solve A*x=b  A & X are known to me but have are ill
  19. conditioned.
  20.  
  21. I would like to do this in a sub routine and not by calling some misty
  22.  libray. (or writing my own)
  23.  
  24. A = 12x 12 matrix with elements from 1e-5 to 200.
  25.  
  26. So some pitoting & scaling should be included.
  27.  
  28.  
  29. Does any body know a use full piece of C-code for doing this ?
  30. Just the routine not a whole program..
  31.  
  32. Manny manny thanx :-)
  33.     Wessel
  34.  
  35. ps Please send me a email directly our mail server has severe problems.
  36. wessel@mat075207.student.utwente.nl
  37.